home *** CD-ROM | disk | FTP | other *** search
- /*
- * ASTcl -- DoAppleScript package for MacTcl 7.5.1
- * This code adds the command "DoAppleScript <script>" to MacTcl.
- *
- * ASTclUtils.h -- header file for ASTclUtils.c
- * Adapted from "FinderScripter (Scripts)"
- * in Ultimate Mac Programming by Dave Mark.
- * Written on 960927.
- *
- * Copyright (c) 1996 by Theodore C. Belding
- * University of Michigan Program for the Study of Complex Systems
- * <mailto:Ted.Belding@umich.edu>
- * <http://www-personal.engin.umich.edu>
- *
- * This code is freeware.
- */
-
- int OSAScriptInit( void );
- int ProcessScript( char* scriptStr, char* result );
-